ICollection(KeyValuePair(TKey, TValue)).Add Method

Task Parallel System.Threading

Namespace:  System.Collections.Concurrent
Assembly:  System.Threading (in System.Threading.dll)

Syntax

Visual Basic (Declaration)
Private Sub Add ( _
	keyValuePair As KeyValuePair(Of TKey, TValue) _
) Implements ICollection(Of KeyValuePair(Of TKey, TValue)).Add
C#
void ICollection<KeyValuePair<TKey, TValue>>.Add(
	KeyValuePair<TKey, TValue> keyValuePair
)

Parameters

keyValuePair
Type: System.Collections.Generic..::.KeyValuePair<(Of <(TKey, TValue>)>)

Implements

ICollection<(Of <(T>)>)..::.Add(T)

See Also